Rhapsody Developer Release Copyright (C)1998 by
Apple Computer, Inc. All Rights Reserved.
This file contains release notes for the Developer Release of the
Rhapsody Core OS Runtime. The Core OS Runtime constitutes the
environment and conventions under which applications run.
These new bugs have appeared since the Developer Release.
Reference |
2218060 |
Problem |
Divide by zero behaviour is architecture-dependent. |
Description |
Perform an integer divide by zero results in different behaviour depending on the CPU architecture. On Intel processors, a SIGFPE signal will be sent to the offending process. On PPC processors, the SIGFPE is not sent. This inconsistency will be resolved in future releases. |